home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / items / torpedo.tik < prev   
Encoding:
Text File  |  2002-10-21  |  534 b   |  29 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 0.52            // Set default scale to 16/30.5 since world is in 16 units per foot and model is in cm's
  5.     path models/static/submodels
  6.     skelmodel torpedo.skd
  7.     surface material3 shader torpedonose
  8.     surface material1 shader torpedotail
  9.     surface material4 shader torpedo_tip
  10.     surface material2 shader torpedobody
  11.     surface material5 shader torpedoprop
  12.  
  13. }
  14.  
  15. init
  16. {
  17.     server
  18.     {
  19.         classname object
  20.     }
  21. }
  22.  
  23. animations
  24. {
  25.     idle     torpedo.skc
  26. }
  27.  
  28. /*QUAKED static_uboat_torpedo (0 0 0) (-56 -24 0) (56 24 8)
  29. */